Structured Query Language
- Structured Query Language
Abbreviated SQL, pronounced "[sequel]." In relational database management systems, a query language developed by IBM for use in mainframe applications.
SQL was adopted by Oracle Corporation for use in its database management systems running on all platforms, not just mainframes, and subsequently emerged as a de facto standard for all database management packages. SQL contains about 60 commands and is used to create, modify, query, and access data organized in tables. It can be used either as an interactive interface or as embedded commands in an application:
• Dynamic SQL statements are interactive, and they can be changed as needed. If you normally access SQL from a commandline environment, you are using dynamic SQL, which is slower than static SQL but much more flexible.
• Static SQL statements are coded into application programs, and as a result, they do not change. These statements are usually processed by a precompiler before being bound into the application.
Many databases implement SQL queries behind the scenes, enabling communication with database servers in systems with client/ server architecture.
SQL is an ANSI standard in the United States, as well as a worldwide International Organization for Standardization (ISO) standard.
Dictionary of networking .
2014.
Look at other dictionaries:
Structured query language — SQL Apparu en 1974 Auteur … Wikipédia en Français
Structured Query Language — Structured Query Language, SQL … Universal-Lexikon
Structured Query Language — SQL (das Kürzel für Structured Query Language; offizielle Aussprache [ɛskjuːˈɛl], häufig auch [ˈsiːkwəl] →SEQUEL), ist eine Datenbanksprache zur Definition, Abfrage und Manipulation von Daten in relationalen Datenbanken. SQL ist von ANSI und ISO… … Deutsch Wikipedia
Structured Query Language — SQL Apparu en 1974 Auteur Donald D. Chamberlin et Raymond F. Boyce Développeur IBM Dernière version stabl … Wikipédia en Français
Structured Query Language — Содержание 1 История 1.1 Вопросы совместимости 2 Преимущества и недостатки … Википедия
structured query language — SQL kalba statusas T sritis informatika apibrėžtis ↑Sąryšinių duomenų bazių ↑ užklausų kalba. Užklausos pavyzdys: SELECT VARDAS, PAVARDĖ FROM LENTELĖ WHERE AMŽIUS {{ 35 Ši užklausa išrenka iš duomenų bazės lentelės LENTELĖ vardus ir pavardes… … Enciklopedinis kompiuterijos žodynas
Structured Query Language Interface — The Structured Query Language Interface (SQLI) is the internal interface between an application and the INFORMIX Online Dynamic Server. Starting from v10.0 Informix Dynamic Server also supports DRDA.External links* [http://www… … Wikipedia
Structured Query Language — (Computers) language used in databases for defining searches, SQL … English contemporary dictionary
Procedural Language/Structured Query Language — Procedural Language/Structured Query Language, PL/SQL … Universal-Lexikon
STRUCTURED QUERY LANGUAGE — (SQL) язык структурированных запросовмеждународный стандартный язык для определения и доступа к реляционным базам данных … Словарь электронного бизнеса